Right(string, count)


Returns the rightmost count characters of a string.

See also Left, Len, and Mid.

string

String from which the rightmost characters are retrieved.

count

Integer indicating how many characters to return.